launch
  open suspend fun launchStateHandling(    state: T,     handlers: List<CheckableHandlerHolder<in T, T>>,     onStateHandlingErrorHandler: StateHandlingErrorHandler<T>): T?
Content copied to clipboard
open suspend fun launchStateHandling(state: T, handlers: List<CheckableHandlerHolder<in T, T>>): T?
Content copied to clipboard